Merge "wl_notificationtimestamp code comments typo, false statement"
[lhc/web/wiklou.git] / includes / mail / EmailNotification.php
index 3fd9eff..c359659 100644 (file)
@@ -167,7 +167,7 @@ class EmailNotification {
                                'pageStatus' => $pageStatus
                        );
                        $job = new EnotifNotifyJob( $title, $params );
-                       JobQueueGroup::singleton()->push( $job );
+                       JobQueueGroup::singleton()->lazyPush( $job );
                } else {
                        $this->actuallyNotifyOnPageChange(
                                $editor,